github.com/jackc/pgx/v5/pgxpool.Pool.newConnsCount (field)

3 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L81: 	newConnsCount        int64
		pool.go#L275: 				atomic.AddInt64(&p.newConnsCount, 1)
		pool.go#L709: 		newConnsCount:        atomic.LoadInt64(&p.newConnsCount),